|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
The ActivitySummary business rule drives the Activity Summary screen. This rule allows for the configuration of the summary screen and summary groups including math calculations, allocation changes and activity results. This rule is also used to display a combo box containing transaction names on the Activity Summary screen. The user can add and quote these transactions from the ActivitySummary screen directly.
Note: This rule should be attached to a transaction but not placed in the TransactionBusinessRulePacket.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<ActivitySummary> |
The opening and closing tags of the ActivitySummary business rule. |
|
|
|
<MathAndFields> |
Indicates the start of field definition and values applying to math calculation. If the MathAndFields element is present in the business rule, the first link will have the text Math/Fields. Within this section the user can identify math variables or activity fields that are to be displayed together as a summary of input or calculated values for the business event. |
|
|
|
<Field> |
Defines the field on the Activity Summary screen for math calculation. |
|
|
|
<Name> |
Defines the name of the MathVariable or Activity field that will be displayed. |
|
MathVariable: Name of the MathVariable defined in the transaction. Field: Activity field name. |
|
<Display> |
Defines the display name of the MathVariable/Field. |
|
Display name of the Mathvariable/Field |
|
<DataType> |
DataType of the MathVariable/Field. |
|
DataType of the MathVariable/Field. |
|
<Group> |
Name of the group that should be used to obtain the value. |
|
Math: MathVariable Field: Activity field |
<ActivitySummary>
<MathAndFields>
<Field>
<DisplayName>DisbursementAmount</DisplayName>
<Name>DisbursementAmount</Name>
<Group>Math</Group>
<DataType>Text</DataType>
</Field>
<Field>
<DisplayName>PSChargeForAssignment</DisplayName>
<Name>PSChargeForAssignment</Name>
<Group>Math</Group>
<DataType>Text</DataType>
</Field>
<Field>
<DisplayName>PSFeeForAssignment</DisplayName>
<Name>PSFeeForAssignment</Name>
<Group>Math</Group>
<DataType>Text</DataType>
</Field>
<Field>
<DisplayName>RejectMECNotOK</DisplayName>
<Name>RejectMECNotOK</Name>
<Group>Math</Group>
<DataType>Text</DataType>
</Field>
<Field>
<DisplayName>GuidelineForceOut</DisplayName>
<Name>GuidelineForceOut</Name>
<Group>Math</Group>
<DataType>Text</DataType>
</Field>
</MathAndFields>
</ActivitySummary>
<ActivitySummary>
<MathAndFields>
<Field>
<Name>[Mathvariable name/ Field name]</Name>
<Display>[Display name of the Mathvariable/ Field]</Display>
<DataType>[DataType of the Mathvariable/Field]</DataType>
<Group>[Math, Field]</Group>
</Field>
</MathAndFields>
</ActivitySummary>